> ASP.NET Rows 属性

ASP.NET Rows 属性

定义和用法

Rows 属性用于获取或设置 ListBox 中的可见行数(无滚动)。

语法

<asp:ListBox Rows="num" runat="server">
some content
</asp:ListBox>
属性 描述
num 规定 ListBox 中的可见行数(无滚动)。

实例

下面的例子设置了 ListBox 控件的 Rows 属性:

<form runat="server">
<asp:ListBox id="lb1" Rows="5" runat="server">

  <asp:ListItem Value="Item1" />
  <asp:ListItem Value="Item2" />
  <asp:ListItem Value="Item3" />

  <asp:ListItem Value="Item4" />
  <asp:ListItem Value="Item5" />
</asp:ListBox>
</form>

实例

设置 ListBox 控件的 Rows 属性
参考手册

W3c0.com 提供的内容仅用于培训。我们不保证内容的正确性。通过使用本站内容随之而来的风险与本站无关。W3c0 简体中文版的所有内容仅供测试,对任何法律问题及风险不承担任何责任。 当使用本站时,代表您已接受了本站的使用条款和隐私条款。版权所有,保留一切权利。 鲁ICP备15022115号